home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clinical Endocrinology
/
Clinical Endocrinology.iso
/
pc
/
00000000
/
14000000
/
14020000
/
14020000.dir
/
00032_Script_32
< prev
next >
Wrap
Text File
|
1995-11-09
|
273b
|
19 lines
-- Script to detect if the zoomed picture
-- is being clicked on to go back to the
-- main screen or clicked and held to drag.
on mouseDown
wait 10
if the stillDown then
moveBigPict
else
clickOnBigPict
end if
end